.fullSlide {
	width: 100%;
	min-width: 1200px;
	position: relative;
	height: 750px;
	background: #000;
	margin: 0 auto;
}

.fullSlide .bd {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.fullSlide .bd ul {
	width: 100% !important;
}

.fullSlide .bd li {
	width: 100% !important;
	height: 750px;
	overflow: hidden;
	text-align: center;
}

.fullSlide .bd li a {
	display: block;
	height: 750px;
}

.fullSlide .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	height: 30px;
	line-height: 30px;
}

.fullSlide .hd ul {
	text-align: center;
}

.fullSlide .hd ul li {
	cursor: pointer;
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 42px;
	height: 11px;
	margin: 1px;
	overflow: hidden;
	background: #000;
	filter: alpha(opacity=50);
	opacity: 0.5;
	line-height: 750px;
}

.fullSlide .hd ul .on {
	background: #f00;
}

.fullSlide .prev,
.fullSlide .next {
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -30px;
	left: 15%;
	z-index: 1;
	width: 40px;
	height: 60px;
	background: #000 url(http://image.taoyatao.com/photo/70896/20140808/3773220140808095016.png) -126px -137px no-repeat;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: 0.5;
	display: none;
}

.fullSlide .next {
	left: auto;
	right: 15%;
	background-position: -6px -137px;
}

.index-box {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}

.index-box .index-box-h2 {
	width: 100%;
	height: auto;
	display: table;
	margin: 0 auto;
}

.index-box .index-box-h2 h2 {
	width: 1200px;
	height: auto;
	font-size: 32px;
	text-align: center;
	margin: 0 auto;
	color: #303030;
}

.index-box .index-box-h2 h2 span {
	font-size: 22px;
}

.index-box .index-box-list {
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: table;
}

.index-box .index-box-list .index-list-div {
	width: 297px;
	height: auto;
	float: left;
	display: inline;
	margin-right: 4px;
}

.index-box .index-box-list .index-list-div:last-child {
	margin-right: 0;
}

.index-box .index-box-list .index-list-div .index-div-img {
	width: 100%;
	height: 250px;
	position: relative;
	overflow: hidden;
}

.index-box .index-box-list .index-list-div .index-div-img h2 {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 20px;
	color: #FFF;
	font-weight: normal;
	letter-spacing: 1px;
	background: rgba(0, 0, 0, 0.5);
}

.index-box .index-box-list .index-list-div .index-div-img a {
	position: absolute;
	bottom: -25px;
	left: 50%;
	display: block;
	width: 80px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	color: #FFF;
	border: 1px solid #FFF;
	margin-left: -40px;
	font-size: 14px;
	z-index: 10;
	font-family: "microsoft sans serif";
}

.index-box .index-box-list .index-list-div .index-div-img a:hover {
	border: 1px solid #FF6600;
	color: #FF6600;
}

.index-box .index-box-list .index-list-div .index-div-body {
	width: 100%;
	height: 250px;
	background: rgba(0, 0, 0, .8);
}

.index-box .index-box-list .index-list-div .index-div-body .index-body-p {
	width: 100%;
	height: 100%;
	padding: 80px 20px 0;
	transition: 0.2s linear;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	background: rgba(15, 90, 158, 0.1);
}

.index-box .index-box-list .index-list-div:nth-of-type(1) .index-div-body .index-body-p:hover {
	background: #77b716;
}

.index-box .index-box-list .index-list-div:nth-of-type(2) .index-div-body .index-body-p:hover {
	background: #2ea5dd;
}

.index-box .index-box-list .index-list-div:nth-of-type(3) .index-div-body .index-body-p:hover {
	background: #ea5514;
}

.index-box .index-box-list .index-list-div:nth-of-type(4) .index-div-body .index-body-p:hover {
	background: #c42320;
}

.index-box .index-box-list .index-list-div .index-div-body .index-body-p p {
	color: #FFF;
}

.index-box-pro {
	width: 100%;
	min-width: 1200px;
	height: 500px;
	overflow: hidden;
	position: relative;
	background: url(../Images/aboutUsImage.jpg) right top no-repeat;
	background-attachment: fixed;
	background-size: cover;
	overflow: hidden;
}

.index-box-pro .index-pro-right {
	position: absolute;
	top: 90px;
	left: 50%;
	width: 600px;
	height: auto;
	z-index: 2;
	overflow: hidden;
	background: rgba(0, 0, 0, .6);
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.index-box-pro .index-pro-right h2 {
	font-size: 42px;
	text-align: center;
	color: #FFF;
}

.index-box-pro .index-pro-right p {
	font-size: 14px;
	color: #FFF;
	padding: 0 30px 0 50px;
	text-indent: 2em;
	line-height: 160%;
}

.index-box-app {
	width: 100%;
	min-width: 1200px;
	height: auto;
	display: table;
	margin: 0 auto;
	overflow: hidden;
}

.index-box-app h2 {
	width: 1200px;
	font-size: 32px;
	height: auto;
	margin: 0 auto;
	text-align: center;
	color: #303030;
}

.index-box-app h2 span {
	font-size: 22px;
}

.index-box-app .index-box-ul {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	display: table;
}

.index-box-app .index-box-ul li {
	width: 378px;
	float: left;
	list-style: none;
	margin-right: 30px;
}

.index-box-app .index-box-ul li:last-child {
	margin-right: 0;
}

.index-box-app .index-box-ul li .index-app-body {
	width: 100%;
	height: 400px;
	padding: 0 25px 30px;
	border: 1px solid #d3d8db;
	border-top: none;
}

.index-box-app .index-box-ul li .index-app-body h2 {
	width: 100%;
	padding: 20px 0;
	text-align: center;
	margin: 0 auto;
	position: relative;
	color: #303030;
	font-size: 22px;
}

.index-box-app .index-box-ul li .index-app-body h2:after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 1px;
	content: '';
	-webkit-transform: scaleY(.8);
	transform: scaleY(.8);
	background-color: #d3d8db;
	z-index: -1;
}

.index-box-app .index-box-ul li .index-app-body h3 {
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	padding-left: 10px;
	border-left: 3px solid #FF6600;
	margin: 15px 0 12px;
}

.index-box-app .index-box-ul li .index-app-body .index-h3-box {
	width: 100%;
	height: auto;
}

.index-box-app .index-box-ul li .index-app-body .index-h3-box span {
	display: inline-block;
	padding: 3px 5px;
	background: #ededed;
	font-size: 14px;
	margin: 0 5px 5px 0;
	text-shadow: 1px 1px 0 #FFF;
	color: #666;
}

.index-box-app .index-box-ul li .index-app-body .index-h3-box span:last-child {
	margin-right: 0;
}

.index-box-app .index-box-ul li .index-app-body .index-h3-box span:hover {
	color: #FFF;
	background: #FF6600;
	text-shadow: none;
}

.index-box-app .index-box-ul li .index-app-body h4 {
	width: 55%;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	margin: 20px auto 0;
	text-align: center;
	text-shadow: 1px 1px 0 #303030;
	color: #FFF;
	font-weight: normal;
	letter-spacing: 2px;
}

.index-box-app .index-box-ul li .index-app-body h4:nth-of-type(1) {
	background: #77b716;
}

.index-box-app .index-box-ul li .index-app-body h4:nth-of-type(2) {
	background: #ea5514;
}

.index-box-app .index-box-ul li .index-app-body h4:nth-of-type(3) {
	background: #2ea5dd;
}

.index-box-app .index-box-ul li .index-app-body h4:nth-of-type(4) {
	background: #c42320;
}

.index-box-app .index-box-ul li .index-app-body h4:hover {
	transition: 0.2s linear;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	-moz-box-shadow: 0px 0px 5px #666;
	-webkit-box-shadow: 0px 0px 5px #666;
	box-shadow: 0px 0px 5px #666;
}

.index-box-ste {
	width: 100%;
	min-width: 1200px;
	height: 1400px;
	margin: 0 auto;
	background: #1e222a;
	overflow: hidden;
	position: relative;
}

.index-box-ste h2 {
	width: 1200px;
	font-size: 32px;
	height: auto;
	margin: 0 auto;
	text-align: center;
	color: #b1b1b1;
}

.index-box-ste h2 span {
	font-size: 22px;
}

.index-box-ste .index-ste-cir {
	position: absolute;
	top: 50%;
	left: 50%;
	border: 1px solid #5a5a5a;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
}

.index-box-ste .index-ste-cir h3 {
	font-size: 30px;
	color: #b1b1b1;
	padding-top: 100px;
	text-align: center;
	line-height: normal;
}

.index-box-ste .index-ste-cir .index-s2-cir {
	position: absolute;
	width: 120px;
	height: 120px;
	border: 1px solid #666;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	z-index: 9;
	-webkit-transition: .4s all;
	-moz-transition: .4s all;
	-ms-transition: .4s all;
	transition: .4s all;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.index-box-ste .index-ste-cir .index-s2-cir:hover {
	-webkit-transition: .4s all;
	-moz-transition: .4s all;
	-ms-transition: .4s all;
	transition: .4s all;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.index-box-ste .index-ste-cir .index-s2-cir h4 {
	height: 120px;
	color: #b1b1b1;
	font-size: 20px;
	line-height: 120px;
	text-align: center;
}

.index-box-ste .index-ste-cir .index-s3-cir {
	position: absolute;
	width: 90px;
	height: 90px;
	border: 1px solid #666;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	z-index: 8;
}

.index-box-ste .index-ste-cir .index-s3-cir h5 {
	position: absolute;
	left: 0;
	top: 0;
	width: 90px;
	height: 90px;
	color: #b1b1b1;
	font-size: 14px;
	line-height: normal;
	padding-top: 28px;
	text-align: center;
}

.index-box-ste .index-ste-cir .index-s3-cir .index-s3-img {
	position: absolute;
	left: 0;
	top: 90px;
	width: 90px;
	height: 90px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
}

.index-box-ste .index-cir-s1 {
	width: 280px;
	height: 280px;
	margin: -140px 0 0 -140px;
	z-index: 10;
}

.index-box-ste .index-cir-s2 {
	width: 680px;
	height: 680px;
	margin: -340px 0 0 -340px;
	z-index: 9;
}

.index-box-ste .index-cir-s3 {
	width: 1120px;
	height: 1120px;
	margin: -560px 0 0 -560px;
	z-index: 8;
}

.index-box-ste .index-cir-s4 {
	width: 1540px;
	height: 1540px;
	margin: -770px 0 0 -770px;
	z-index: 7;
}

.index-box-ste .index-cir-s5 {
	width: 1920px;
	height: 1920px;
	margin: -960px 0 0 -960px;
	z-index: 6;
}

.index-box-ste .index-ste-cir .index-s2-c1 {
	top: 20px;
	left: 50%;
	margin-left: -60px;
}

.index-box-ste .index-ste-cir .index-s2-c2 {
	top: 200px;
	right: 30px;
}

.index-box-ste .index-ste-cir .index-s2-c3 {
	top: 490px;
	right: 130px;
}

.index-box-ste .index-ste-cir .index-s2-c4 {
	top: 490px;
	left: 130px;
}

.index-box-ste .index-ste-cir .index-s2-c5 {
	top: 200px;
	left: 30px;
}

.index-box-ste .index-ste-cir .index-s3-c1 {
	top: 20px;
	left: 50%;
	margin-left: -45px;
}

.index-box-ste .index-ste-cir .index-s3-c2 {
	top: 40px;
	left: 50%;
	margin-left: 95px;
}

.index-box-ste .index-ste-cir .index-s3-c3 {
	top: 98px;
	left: 50%;
	margin-left: 220px;
}

.index-box-ste .index-ste-cir .index-s3-c4 {
	top: 380px;
	right: 40px;
}

.index-box-ste .index-ste-cir .index-s3-c5 {
	top: 510px;
	right: 22px;
}

.index-box-ste .index-ste-cir .index-s3-c6 {
	top: 640px;
	right: 40px;
}

.index-box-ste .index-ste-cir .index-s3-c7 {
	top: 860px;
	right: 163px;
}

.index-box-ste .index-ste-cir .index-s3-c8 {
	top: 942px;
	right: 270px;
}

.index-box-ste .index-ste-cir .index-s3-c9 {
	top: 995px;
	right: 400px;
}

.index-box-ste .index-ste-cir .index-s3-c10 {
	top: 1010px;
	right: 540px;
}

.index-box-ste .index-ste-cir .index-s3-c11 {
	top: 910px;
	left: 220px;
}

.index-box-ste .index-ste-cir .index-s3-c12 {
	top: 380px;
	left: 40px;
}

.index-box-bra {
	width: 1200px;
	height: auto;
	display: table;
	margin: 0 auto;
	overflow: hidden;
}

.index-box-bra h2 {
	font-size: 32px;
	color: #303030;
	text-align: center;
}

.index-box-bra h2 span {
	font-size: 22px;
}

.index-box-bra .index-bra-ul {
	width: 1201px;
	height: auto;
	display: table;
	list-style: none;
	padding: 1px 0 0 1px;
	overflow: hidden;
	background: #f0f0f0;
}

.index-box-bra .index-bra-ul li {
	width: 119px;
	height: 119px;
	float: left;
	margin: 0 1px 1px 0;
	position: relative;
}

.index-box-bra .index-bra-ul li .index-bra-3d {
	transform-style: preserve-3d;
	backface-visibility: hidden;
}

.index-box-bra .index-bra-ul li .index-bra-3d .index-img-back {
	position: absolute;
	left: 0;
	top: 0;
	width: 119px;
	height: 119px;
	line-height: 119px;
	text-align: center;
	background: #FFF;
	transform: rotateY(180deg);
}

.index-box-bra .index-bra-ul li .index-bra-3d .index-img-front {
	position: absolute;
	left: 0;
	top: 0;
	width: 119px;
	height: 119px;
	line-height: 119px;
	text-align: center;
	background: #FFF;
}

.index-box-data {
	width: 100%;
	min-width: 1200px;
	height: auto;
	position: relative;
	overflow: hidden;
}

.index-box-data .star {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 1200px;
	height: 100%;
	filter: alpha(opacity=30);
	opacity: .3;
	background: url(../Images/dataBackground.jpg) top center no-repeat;
	background-size: 100% auto;
	z-index: -1;
}

.index-box-data canvas {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 1200px;
	height: 100%;
	z-index: -2;
}

.index-box-data h2 {
	width: 1200px;
	height: auto;
	font-size: 32px;
	text-align: center;
	margin: 0 auto;
	color: #f1f1f1;
}

.index-box-data h2 span {
	font-size: 22px;
}

.index-box-data .index-data-body {
	width: 1200px;
	height: auto;
	display: table;
	margin: 0 auto;
}

.index-box-data .index-data-body p {
	width: 100%;
	height: 190px;
	font-size: 24px;
	color: #f1f1f1;
	text-align: right;
	position: relative;
}

.index-box-data .index-data-body p label {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 300px;
	text-align: right;
	font-weight: 600;
}

.index-box-data .index-data-body p span {
	position: absolute;
	left: 360px;
	bottom: -42px;
	font-size: 24px;
	font-family: "arial black";
	text-align: left;
}

.index-box-data .index-data-body p span i {
	font-style: normal;
	font-size: 130px;
	text-shadow: 5px 5px 0 #000;
}

.index-box-data .index-data-body p span sup {
	font-size: 16px;
}

.index-box-new {
	width: 1200px;
	height: auto;
	display: table;
	margin: 0 auto;
	overflow: hidden;
}

.index-box-new h2 {
	width: 1200px;
	height: auto;
	font-size: 32px;
	text-align: center;
	margin: 0 auto;
	color: #303030;
}

.index-box-new h2 span {
	font-size: 22px;
}

.index-box-new .index-new-body {
	width: 1200px;
	height: auto;
	display: table;
	margin: 0 auto;
}

.index-box-new .index-new-body .new-con-ul {
	display: table;
	width: 100%;
}

.index-box-new .index-new-body .new-con-ul li {
	display: block;
	width: 370px;
	height: auto;
	float: left;
	margin-right: 45px;
	overflow: hidden;
	transition: all 0.3s ease 0s;
}

.index-box-new .index-new-body .new-con-ul li:last-child {
	margin-right: 0;
}

.index-box-new .index-new-body .new-con-ul li .new-li-img {
	width: 370px;
	height: 200px;
	overflow: hidden;
	position: relative;
	background: #dadada;
}

.index-box-new .index-new-body .new-con-ul li .new-li-img .new-img-time {
	position: absolute;
	top: 0;
	left: 0;
	width: 55px;
	text-align: center;
	color: #FFF;
	display: table;
}

.index-box-new .index-new-body .new-con-ul li .new-li-img .new-img-time h6 {
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-family: Arial;
	font-size: 22px;
	background: #ff7920;
}

.index-box-new .index-new-body .new-con-ul li .new-li-img .new-img-time p {
	width: 100%;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	background: #FF6600;
}

.index-box-new .index-new-body .new-con-ul li .new-li-img img {
	width: 100%;
	height: auto;
	display: block;
	transition: all 1s ease 0s;
}

.index-box-new .index-new-body .new-con-ul li:hover .new-li-img img {
	position: relative;
	overflow: hidden;
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
}

.index-box-new .index-new-body .new-con-ul li .new-li-body {
	display: table;
	width: 100%;
	border: 1px solid #dadada;
	border-top: none;
	padding: 0 0 50px;
}

.index-box-new .index-new-body .new-con-ul li .new-li-body .new-body-h3 {
	width: 100%;
	padding: 50px 30px;
	position: relative;
}

.index-box-new .index-new-body .new-con-ul li .new-li-body .new-body-h3:after {
	position: absolute;
	right: 30px;
	bottom: 20px;
	left: 30px;
	height: 1px;
	content: '';
	background-color: #dadada;
}

.index-box-new .index-new-body .new-con-ul li .new-li-body h3 {
	height: 50px;
	line-height: 25px;
	font-size: 16px;
	color: #303030;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.index-box-new .index-new-body .new-con-ul li .new-li-body p {
	height: 60px;
	line-height: 20px;
	padding: 0 30px;
	font-size: 14px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.index-box-new .index-new-body .new-btn-more {
	width: 320px;
	height: 60px;
	margin: 0 auto;
}

.index-box-new .index-new-body .new-btn-more a {
	display: block;
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	border: 2px solid #FF6600;
	background: #FF6600;
	text-align: center;
	color: #FFF;
}
